home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / modem / ezdia175.zip / EZDIALUP.INI < prev    next >
Text File  |  1996-05-09  |  843b  |  31 lines

  1. ; This forces software to act as a server.  Change to false
  2. ; or remove for Client...
  3. server=true
  4. ;
  5. ; This line used for client only and is ignored if server = true
  6. phone = 9,555-1212
  7. ;
  8. ; Don't like my name?  Make up another!
  9. windowtitle = EZ Dialup
  10. ;
  11. ; This is here only for possible future compatibility issues
  12. ; Leave at 200 for now...
  13. TimerInterval = 200
  14. ;
  15. ; Communications parameters and modem commands.
  16. commstring = 19200,n,8,1
  17. ;
  18. ; If set to COMX, EZDialup will locate the first modem - or use COM1, COM2...
  19. commport = COMX
  20. ;
  21. ; THIS IS IMPORTANT....
  22. ; For client, only difference is V0X0 _must_ be changed to V1X4
  23. init1 = ATZ
  24. init2 = ATE0S0=0V0X0
  25. ;
  26. ; For downloads.  Max. number is 4096, but 4000 works well
  27. blocksize = 4000
  28. ; For uploads.  Max. number is 4096, but 4000 works well
  29. uploadblocksize = 4000
  30.  
  31.